This repository was archived by the owner on Dec 6, 2024. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 29
Monorepo: add imported grpc spec #77
Merged
xing-yang
merged 68 commits into
kubernetes-retired:monorepo
from
BlaineEXE:merge-add-imported-grpc-spec
Jun 14, 2024
Merged
Monorepo: add imported grpc spec #77
xing-yang
merged 68 commits into
kubernetes-retired:monorepo
from
BlaineEXE:merge-add-imported-grpc-spec
Jun 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making this repo Draft only unitl kep is merged
…tools Adding release tools for CI
added issue templates for spec
…tions Create proto definitions for cosi
Removing subtree check as release tools no longer a git subtree but c…
Fix go.mod module name
Added fake client
fixed spacing typo in README.md added repo/images table to README.md added images to README.md changed name of adapter image in README.md changed urls in README.md attempt to fix newline after table in README.md added newline in README.md added headers to README.md removed html break in README.md removed table from README.md reformated repos and images added hyphen in README.md removed punctuation in README.md
…readme-spec updated README.md and added spec.md
Adding cosi specific changes to prow.sh
Adding COSI spec documentation
Document the need for COSI, and Developer guide
…ernetes-retired#21 - Remove opaque parameters from ProvisionerDeleteBucket - Makefile fixes - Add comments in cosi.proto
Define Protocol message and use in ProvisionerCreateBucketRequest kubernetes-retired#21
fake client: code gen added
…n succesful bucket creation
…t-kep Update the code with latest KEP
…se-tools Update go version in release tools
update kubernetes version to v1.24.0
Create CHANGELOG-0.1.md
Introducing delete_context in DriverDeleBucketRequest
The BucketAccessClass's opaque field may required by the driver to perform operations for revoking the permissions, hence adding it as revoke_access_context in the DriverRevokeBucketAccessRequest. Signed-off-by: Jiffin Tony Thottan <[email protected]>
…access-context-DriverRevokeBucketAccessRequest
Add BlaineEXE to the owners file to allow reviewing and merging code changes.
Add BlaineEXE to the owners file
Signed-off-by: Mateusz Urbanek <[email protected]>
…duur Add shanduur to owners file
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BlaineEXE The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We'll force merge this PR: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
cncf-cla: no
Indicates the PR's author has not signed the CNCF CLA.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a duplicate of #75 but onto the
monorepo
branch instead ofmaster
which was a mistake (reverted in #76).This will have to be force merged due to CLA conflicts.